Get All Installed Marketplace Templates
Get All Installed Marketplace Templates
Path Parameters
workspaceName string required
Header Parameters
Authentication string
Example: Bearer {{token}}
Response
idstring
Unique Id of the Marketplace.
aliasstring
Name of the marketplace application.
descriptionstring
Description for marketplace application.
providerIdstring
Marketplace provider Id.
topLevelboolean
true/false for top level authenticator.
builtInboolean
true/false for built in marketplace authenticator.
hiddenboolean
true/false for hidden authenticator or not.
installedboolean
true/false for installed or not.
templateAliasstring
Template name.
templateTypestring
Template type.
templateIdstring
Id of the template.
authenticationExecutionsarray
liveboolean
true/false for marketplace authenticator is live or not.
Sample Response
[
{
"id": "68df5301-f94c-4aea-8db0-4d64b7f6299a",
"alias": "Magic Link Auth_onboarding",
"description": "email-magic-link-onboarding",
"providerId": "basic-flow",
"topLevel": true,
"builtIn": false,
"hidden": false,
"installed": true,
"templateAlias": "email-ml-reg-temp-title",
"templateType": "ONBOARDING",
"templateId": "ffad4c80-5956-407b-8658-ec56f8f5f001",
"authenticationExecutions": [
{
"authenticatorConfig": "e080d035-8a45-4728-bb2a-493f71211705",
"authenticator": "email-reg-authenticator",
"authenticatorFlow": false,
"requirement": "REQUIRED",
"priority": 10,
"autheticatorFlow": false,
"userSetupAllowed": false
}
],
"live": true
}
]
| HTTP STATUS CODE SUMMARY | ||
|---|---|---|
| 200 - OK | Successfully done. | |
| 201 - OK | Successfully created. | |
| 400 - Bad Request | The request was unacceptable, often due to missing a required parameter. | |
| 401 - Unauthorized | Unauthorized access try with correct access. | |
| 402 - Request Failed | The parameters were valid but the request failed. | |
| 403 - Forbidden | The Application doesn't have permissions to perform the request. | |
| 404 - Not Found | The requested resource doesn't exist | |
| 500 - Server Errors | Something went wrong on ezto auth's end. (These are rare.) | |
| 503 - Server Errors | Service temporarily unavailable |
Loading...